# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/

# Logs & Output (公開したくない場合)
logs/
output/
*.log

# Docker
.docker_temp

# OS
.DS_Store
Thumbs.db
